home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-05-25 | 1.2 KB | 37 lines | [TEXT/MPS ] |
- This folder contains several implementations of a "minimal
- standard" random number generator, along with MPW makefiles
- which build test programs to demonstrate them.
-
- All the generators produce the same results, and differ only
- in their speed.
-
- SANERandomNumbers.p : uses SANE's RandomX function.
- PasRandomNumbers.p : Pascal implementation of Schrage's algorithm
- RandomNumbers.a : Asm implementation of Schrage's algorithm
- RandomNumbers.p : Pascal interface unit for RandomNumbers.a
-
- Test programs:
-
- Test.p : an MPW tool
- TestF77.f : a Language Systems FORTRAN application
-
- Makefiles:
-
- TestSANE.make : Test.p + SANERandomNumbers.p, mc68000 code
- TestPas.make : Test.p + PasRandomNumbers.p, mc68000 code
- TestPas030.make : as above, but with mc68020 code
- TestPas030FPU.make : as above, but with mc68020 and mc68881 code
- TestAsm030FPU.make : Test.p + RandomNumbers.a, mc68020 and mc68881 code
- TestF77.make : TestF77.f + RandomNumbers.a, mc68020 and mc68881 code
-
- NOTE: The MPW tools produced from Test.p run for a minute or
- so before producing any output... don't be alarmed, just wait
- for them to finish.
-
- Jon Bell
- Dept. of Physics & Comp. Sci.
- Presbyterian College
- Clinton SC 29325
-
- Compuserve: #70441,353
-